object FormNag: TFormNag Left = 231 Top = 108 BorderIcons = [] BorderStyle = bsDialog ClientHeight = 311 ClientWidth = 375 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 361 Height = 241 Shape = bsFrame IsControl = True end object Version: TLabel Left = 20 Top = 68 Width = 335 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Version' Font.Color = clRed Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object CopyRight: TLabel Left = 19 Top = 92 Width = 337 Height = 13 Alignment = taCenter AutoSize = False Caption = 'CopyRight' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Comments: TLabel Left = 20 Top = 184 Width = 337 Height = 61 AutoSize = False Caption = 'Comments' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Bevel2: TBevel Left = 20 Top = 48 Width = 337 Height = 9 Shape = bsBottomLine end object Bevel3: TBevel Left = -4 Top = 248 Width = 381 Height = 13 Shape = bsBottomLine end object Author: TLabel Left = 20 Top = 120 Width = 31 Height = 13 Caption = 'Author' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Address: TLabel Left = 20 Top = 136 Width = 38 Height = 13 Caption = 'Address' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object CityStateZip: TLabel Left = 20 Top = 152 Width = 57 Height = 13 Caption = 'CityStateZip' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Bevel4: TBevel Left = 20 Top = 168 Width = 337 Height = 9 Shape = bsBottomLine end object ProductName: TPanel Left = 20 Top = 16 Width = 337 Height = 33 Font.Color = clBlue Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 end object cmdContinue: TBitBtn Left = 131 Top = 270 Width = 113 Height = 33 Caption = '&Continue' Enabled = False TabOrder = 0 OnClick = cmdContinueClick Kind = bkOK end object panTime: TPanel Left = 246 Top = 268 Width = 51 Height = 37 Font.Color = clPurple Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Left = 8 Top = 264 end end